var sync/atomic.firstStoreInProgress
8 uses
sync/atomic (current package)
value.go#L31: if typ == nil || typ == unsafe.Pointer(&firstStoreInProgress) {
value.go#L42: var firstStoreInProgress byte
value.go#L60: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
value.go#L70: if typ == unsafe.Pointer(&firstStoreInProgress) {
value.go#L104: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
value.go#L114: if typ == unsafe.Pointer(&firstStoreInProgress) {
value.go#L156: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
value.go#L166: if typ == unsafe.Pointer(&firstStoreInProgress) {